[INFO] fetching crate yosina 3.0.0...
[INFO] fixing yosina-3.0.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate yosina 3.0.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate yosina 3.0.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yosina 3.0.0
[INFO] tweaked toml for crates.io crate yosina 3.0.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yosina 3.0.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yosina 3.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26
[INFO] running `Command { std: "docker" "start" "a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking yosina v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl for<'a> Fn(&'a str) -> Result<std::string::String, transliterator::TransliterationError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/lib.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 | ) -> Result<impl Fn(&str) -> Result<String, TransliterationError>, TransliteratorFactoryError> {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/lib.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     factory: &impl TransliteratorFactory,
[INFO] [stdout]    |              ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]   --> src/lib.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     factory: &impl TransliteratorFactory,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 29 ~ pub fn make_transliterator<T: TransliteratorFactory>(
[INFO] [stdout] 30 ~     factory: &T,
[INFO] [stdout] 31 ~ ) -> Result<impl Fn(&str) -> Result<String, TransliterationError> + use<T>, TransliteratorFactoryError> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/test_combined.rs from 2021 edition to 2024
[INFO] [stdout] warning: `impl for<'a> Fn(&'a str) -> Result<std::string::String, transliterator::TransliterationError>` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]   --> src/lib.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 | ) -> Result<impl Fn(&str) -> Result<String, TransliterationError>, TransliteratorFactoryError> {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]   --> src/lib.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     factory: &impl TransliteratorFactory,
[INFO] [stdout]    |              ^
[INFO] [stdout]    = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]   --> src/lib.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |     factory: &impl TransliteratorFactory,
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]    = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]    |
[INFO] [stdout] 29 ~ pub fn make_transliterator<T: TransliteratorFactory>(
[INFO] [stdout] 30 ~     factory: &T,
[INFO] [stdout] 31 ~ ) -> Result<impl Fn(&str) -> Result<String, TransliterationError> + use<T>, TransliteratorFactoryError> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/advanced_usage.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/basic_usage.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/test_recipe.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/test_roman_numerals.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/config_based_usage.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/japanese_iteration_marks.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/test_circled_or_squared.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s
[INFO] [stderr] crater-edition-check: yosina v3.0.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking yosina v3.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0597]: `config` does not live long enough
[INFO] [stdout]    --> examples/advanced_usage.rs:179:50
[INFO] [stdout]     |
[INFO] [stdout] 178 |     for (name, config) in steps {
[INFO] [stdout]     |                ------ binding `config` declared here
[INFO] [stdout] 179 |         let transliterator = make_transliterator(&config)?;
[INFO] [stdout]     |                                                  ^^^^^^^ borrowed value does not live long enough
[INFO] [stdout] 180 |         transliterators.push((name, transliterator));
[INFO] [stdout] 181 |     }
[INFO] [stdout]     |     - `config` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 267 | }
[INFO] [stdout]     | - borrow might be used here, when `transliterators` is dropped and runs the `Drop` code for type `Vec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: values in a scope are dropped in the opposite order they are defined
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> examples/advanced_usage.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |         let transliterator = make_transliterator(&config)?;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: if you can modify this crate, add a precise capturing bound to avoid overcapturing: `+ use</* Args */>`
[INFO] [stdout]    --> src/lib.rs:31:13
[INFO] [stdout]     |
[INFO] [stdout]  31 | ) -> Result<impl Fn(&str) -> Result<String, TransliterationError>, TransliteratorFactoryError> {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0597`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yosina` (example "advanced_usage") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26", kill_on_drop: false }`
[INFO] [stdout] a65139a70d213161b3750eaa6611e924c88a7d51579b0ea91450b6d133c9da26
